home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / sounds / tools / med-3.21.lha / Docs / MEDPlayer.doc < prev    next >
Text File  |  1992-01-01  |  4KB  |  91 lines

  1.         MEDPlayer V3.2 instructions
  2.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. MEDPlayer  is  a  stand-alone  player program for playing songs made in MED.
  5. You  may  freely  distribute  it with your songs, and it can be started from
  6. both CLI and Workbench.
  7.  
  8. MEDPlayer  V3.2  can  load  sng+samples-format  and MMD0-modules made in MED
  9. V2.10  or  later,  or  OctaMED (4-channel only).  It can't load MED songs or
  10. files  created  with  previous versions of MED (1.12 or 2.0).  I think it is
  11. more important that MEDPlayer is as compact and quick as possible instead of
  12. the  ability  to load millions of file formats.  You can convert older files
  13. by  loading  them to MED and saving them back again.  Please note that there
  14. may  be  problems  with  playing  speed  when loading modules saved with MED
  15. V2.10.   In  that case, load the module into MED, correct the tempo2 (change
  16. to  6)  and  save  it  back.  Also, a bug in module save routine of MED 3.00
  17. causes  some  modules  to  crash  when  played.   You can fix the modules by
  18. loading the module into MED and saving the file back.
  19.  
  20. MEDPlayer  can play "standard" four channel Amiga songs, MIDI songs, and the
  21. new "multi-modules".
  22.  
  23. MEDPlayer has the "2.0-look" and it works fine under 2.0 (as well as 1.3, of
  24. course).
  25.  
  26. And now, the usage:
  27.  
  28. CLI:
  29.         medplayer <song> <num>
  30.  
  31.         <song> is optional. If not specified, MEDPlayer window
  32.                appears and waits for your interaction. If <song> is
  33.                present, then the song is loaded. If it loaded OK,
  34.                then the playing will start. Press Ctrl-C to quit.
  35.  
  36.         <num>  If the <song> is a multi-module, you can select the
  37.                number of the song you want to play.
  38.  
  39.         For example:
  40.         medplayer multimod 2  ;plays the second song of "multimod"
  41.  
  42. Workbench:
  43.  
  44.         You can run MEDPlayer by double-clicking its icon. To
  45.         automatically play a song when its icon is clicked, set the
  46.         icon default tool (the default setting is MEDPlayer).
  47.         You can click the song icon and then shift-double click the
  48.         MEDPlayer icon to play that song. MEDPlayer always opens its
  49.         window when started from WB.
  50.  
  51. The MEDPlayer window:
  52.  
  53.         When you start MEDPlayer from WB or CLI without arguments, the
  54.         window appears. There you'll find some gadgets that control the
  55.         playing.
  56.  
  57.         The string gadget       This holds the name of the current song.
  58.                                 You can load a new song by typing its path
  59.                                 and filename into this gadget.
  60.  
  61.         Play                    Starts playing the song from the beginning.
  62.  
  63.         Cont                    Plays the current song starting from the
  64.                                 point where you stopped it.
  65.  
  66.         Stop                    Stops the playing
  67.  
  68.         MIDI:Y/N                This gadget allows you to turn MIDI on/off.
  69.  
  70.         Freq                    Allows you to load a song by using a file-
  71.                                 requester. Note that this requires you to
  72.                                 have ASL.library V37 and AmigaDOS V37, so
  73.                                 you have to get Kickstart V2.0, before you
  74.                                 can use it.
  75.  
  76.         < >                     With these gadgets you can select the song,
  77.                                 if there's a multi-module in memory.
  78.  
  79.         There's now a some information displayed, when you play a song:
  80.         Sg:01/01 S:001/010 B:00/08 L:000
  81.  
  82.         "Sg" shows the number of the current song, and the total number of
  83.         songs in this module.
  84.  
  85.         "S" shows the position and the length of the playing sequence list.
  86.  
  87.         "B" shows the current block number and the total number of blocks
  88.         in this song.
  89.  
  90.         "L" is the current line number in this block.
  91.